/***************css reset*********/

body, h1, h2, h3, h4, ul, li, a, input {
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
}
div, a {
	font-size: 14px;
	color: #323232;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	border:none;
	outline: none;
}
a:hover {
	text-decoration:none;
}
ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	overflow-x:hidden;
}
.banner .fp-controlArrow {
	display: none;
}
.banner #fp-nav ul li, .fp-slidesNav ul li {
	width: 45px;
	height: 6px;
}
.banner #fp-nav ul li a span, .fp-slidesNav ul li a span {
	border: 0;
	width: 45px;
	height: 6px;
	background: #fff;
	border-radius: 0;
}
.banner #fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	background: #295c33;
}
.head_tel {
	float:right;
	color:#f08e2d;
	font-size:24px;
	margin-top:35px;
	margin-left:40px;
	background:url(../../images/tel.png) no-repeat left;
	padding-left:45px;
	height:39px;
	line-height:39px;
}
.head_tel span {
	font-size:14px;
}
.navbar {
	/*position: absolute;*/

	z-index: 999;
	width: 100%;
	height: 89px;
	margin-bottom:0;
}
.navbar-brand {
	padding: 10px;
	margin-top: 20px;
}
.navbar-brand>img {
	width:95%;
}
.navbar-nav {
	padding-left:35px;
	background:url(../../images/nav_li.png) no-repeat left;
}
.navbar-nav {
	float:right;
}
.navbar-default {
	background-color: rgba(255, 255, 255, 0.9);
	border: 0;
	position:absolute;
}
.navbar-default .navbar-nav > li > a {
	color: #333333;
	font-size: 17px;
	line-height: 60px;
	width:116px;
	text-align:center;
	margin-right:15px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #009b7f;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a.hover {
	color: #009b7f;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #009b7f;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: none;
}
.dropdown-menu {
	border-top: 3px solid #027c67;
	opacity: 1;
	min-width: 300px;
	padding-top: 25px;
	padding-bottom: 30px;
	background:#fff;
}
.dropdown-menu>li>a {
	font-size: 18px;
	color: #333333;
	margin: 0 20px;
	padding: 0;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ececec;
	background:url(../../images/menu_bg.png) no-repeat right center;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color:transparent;
}
.container_1 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
 @media screen and (max-width:1200px) {
 .navbar-default .navbar-nav > li > a {
 width:75px;
}
 .navbar-brand {
 width:260px !important;
}
 .navbar-default .navbar-nav > li > a {
 font-size:15px;
}
 .head_tel {
 font-size:20px;
 margin-left:16px;
}
}
 @media screen and (max-width:768px) {
 .navbar {
 height: 60px;
}
 .navbar-default {
 position:relative;
}
 .navbar-brand {
 padding: 10px;
 margin-top: 0;
}
 .navbar-brand img {

		/*height: 40px;*/

		width: auto;
}
 .navbar-toggle {
 margin-top: 13px;
}
 .navbar-nav {
 background: rgba(46, 46, 46, .78);
 padding: 20px 0;
 text-align: center;
 margin:0;
 width:100%;
}
 .container_1 {
 padding:0;
}
 .navbar-default .navbar-nav > li > a {
 margin-left: 0;
 font-size: 16px;
 padding: 0 11px;
 width: 100%;
 line-height: 53px;
 color: #fff;
}
 .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
 color: #fff;
}
 .dropdown-menu>li>a {
 background:none;
 border-bottom: none;
 font-size: 16px;
 text-align: center;
}
}
.carousel-indicators {
	left:auto;
	right:-35%;
	z-index:999;
	bottom: 32%;
}
.carousel-indicators li {
	width:310px;
	height:195px;
	border:none;
	border-radius:0;
	display:none;
	position:absolute;
	top:50%;
	left:0;
	z-index:999;
}
.carousel-indicators li:first-child {
	display:block;
	z-index:9;
}
.carousel-indicators .active {
	width:310px;
	height:195px;
}
.carousel-indicators li img {
	width:100%;
}
.carousel-indicators li.active+li {
	display:block;
}
.carousel-control {
	width:0;
	left:auto;
	right:9%;
	bottom:-13%;
	opacity:0.8;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width:60px;
	height:60px
}
 @media screen and (min-width: 768px) {
 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
 margin-left: -109px;
}
}
 @media screen and (max-width:768px) {
 .carousel-control, .carousel-indicators {
 display:none;
}
}
/*首页主体*/
.clear {
	clear: both;
}
.index_con1 {
}
.index_con1_l {
	margin-top: 30px;
}
.index_con1_l em {
	display: block;
	font-size: 30px;
	color: #000000;
	font-weight: bold;
}
.index_con1_l p {
	font-size:22px;
	color: #afafaf;
	font-style:italic;
	font-weight: bold;
}
.index_con1_r {
}
.index_con1_r ul li {
	text-align: center;
	padding:15px 0;
	width: 33%;
}
.index_con1_r ul li i {
	display: block;
	margin:10px auto 0 auto;
	width: 50px;
	height: 45px;
	background:url(../../images/pr_icno.png) no-repeat right center;
}
.index_con1_r ul li p {
	color: #000000;
	font-weight: bold;
	font-size:18px;
	margin-top: 5px;
}
.index_con1_r ul li a {
	border-left:1px solid #e9e9e9;
	display: block;
}
.index_con1_r ul li:hover, .index_con1_r ul li.hover {
	background: #f3f3f3;
}
.index_con1_r ul li:nth-child(1) i {
 background-position: 4px 0;
}
.index_con1_r ul li:nth-child(2) i {
 background-position: -256px 0;
}
.index_con1_r ul li:nth-child(3) i {
 background-position: -514px 0;
}
.index_con1_r ul li:nth-child(4) i {
 background-position: -770px 0;
}
@media screen and (max-width: 1200px)  .index_con1_l em {
 font-size: 26px;
}
.index_con1_l p {
	font-size:16px;
}
@media screen and (max-width: 992px) {
 .index_con1_l em {
 font-size: 26px;
}
 .index_con1_l p {
 font-size:16px;
}
}
@media screen and (max-width: 768px) {
 .index_con1_l {
 text-align: center;
}
 .index_con1_r {
 margin-top: 15px;
}
 .index_con1_r ul li {
 border-left: none;
 margin-bottom:15px;
}
 .index_con1_r ul li a {
 border-left:none;
}
}
#index_con2 {
	background: #f5f5f5;
	padding: 100px 0;
}
.index_con2_t {
	text-align: center;
	font-size:36px;
	color: #000000;
}
.index_con2_t hr {
	display: block;
	margin:22px auto;
	background: #009b7f;
	width: 61px;
	height: 5px;
	border: none;
}
.index_con2_u {
	margin-top:40px;
}
.index_con2_u ul li {
	position: relative;
	margin-bottom: 20px;
	padding:0;
	margin-right:10px;
}
.index_con2_u ul li:nth-child(3), .index_con2_u ul li:nth-child(6) {
 margin-right:0;
}
.index_con2_u ul li p {
	font-size: 16px;
	color: #2d2d2d;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color:rgba(255, 255, 255, 0.8);
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.index_con2_u .col-md-4 {
	width: 32.333333%;
}
.index_con2_u ul li .pic {
	overflow: hidden;
}
.index_con2_u ul li .pic img:hover {
	-webkit-transition: all 0.25s linear 0.01s;
	-moz-transition: all 0.25s linear 0.01s;
	-ms-transition: all 0.25s linear 0.01s;
	-o-transition: all 0.25s linear 0.01s;
	transition: all 0.25s linear 0.01s;
	transform:scale(1.15, 1.15);
}
 @media screen and (max-width: 768px) {
 #index_con2 {
 padding: 35px 0;
}
 .index_con2_t {
 font-size:30px;
 color: #000000;
}
 .index_con2_u .col-md-4 {
 width:48%;
 margin-right:7px;
}
 .index_con2_u ul li:nth-child(2), .index_con2_u ul li:nth-child(4), .index_con2_u ul li:nth-child(6) {
 margin-right:0;
}
 .index_con2_u ul li:nth-child(3) {
 margin-right:7px;
}
 .index_con2_u ul li p {
 height: 40px;
 line-height: 40px;
 font-size: 15px;
}
}
.index_con3 {
	margin-top: 120px;
	margin-bottom: 145px;
}
.index_con3_wap {
	display: none;
}
.index_con3_u {
	margin-top: 60px;
	position: relative;
}
.index_con3_u ul li {
	-moz-box-shadow:2px 2px 5px #eeeeee;
	-webkit-box-shadow:2px 2px 5px #eeeeee;
	box-shadow:2px 2px 5px #eeeeee;
}
.index_con3_u .pho {
}
.index_con3_u .pho img {
	height: 230px;
}
.index_con3_u .txt {
	padding: 15px;
	text-align: left;
}
.index_con3_u .txt span {
	display: block;
	font-size: 13px;
	color: #a4a4a4;
	background:url(../../images/time.png) no-repeat left center;
	margin-top: 35px;
	padding-left: 25px;
}
.index_con3_u .txt em {
	display: block;
	font-size: 20px;
	color: #898989;
	margin-top: 25px;
}
.index_con3_u .txt p {
	font-size: 14px;
	color: #898989;
	margin-top: 20px;
	line-height: 26px;
}
.index_con3_u .txt a {
	display: block;
	margin-top: 35px;
}
.swiper_p {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;*/
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-moz-box-shadow:2px 2px 5px #eeeeee;
	-webkit-box-shadow:2px 2px 5px #eeeeee;
	box-shadow:2px 2px 5px #eeeeee;
}
 @media (max-width: 760px) {
 .index_con3 {
 margin-top: 70px;
}
 .index_con3_wap {
 display: block;
}
 .index_con3_u .pho img {
 height: 230px;
 width: 100%;
}
 .swiper-button-next {
 right: 0;
 transform: rotate(90deg);
}
 .swiper-button-prev {
 left: 0;
 transform: rotate(90deg);
}
 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
 display: none;
}
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: -60px !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: -115px !important;
}
#footer {
	background: #009b7f;
	padding: 50px 0;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.footer img {
	float: left;
}
.footer span {
	float: left;
	margin-left: 30px;
	font-size: 17px;
	color: #cbe4de;
	margin-top:10px;
	display: block;
}
.footer em {
	float: right;
	font-size: 17px;
	color: #cbe4de;
	padding-top: 10px;
}
.footer em a {
	font-size: 17px;
	color: #cbe4de;
}
@media screen and (max-width: 768px) {
 .footer {
 text-align: center;
}
 .footer img {
 margin:0 auto;
}
 .footer img, .footer span {
 float: none;
}
 .footer span {
 margin-top:15px;
}
 .footer em {
 float: none;
 font-size: 17px;
 color: #cbe4de;
 padding-top: 10px;
}
}
/**腾远概况**/
#submenu {
	-moz-box-shadow:0px 3px 10px #eeeeee;
	-webkit-box-shadow:0px 3px 10px #eeeeee;
	box-shadow:0px 3px 10px #eeeeee;
}
.submenu {
	height: 105px;
	line-height: 105px;
}
.submenu ul a {
	float: left;
	width: 230px;
	box-sizing: border-box;
	padding-left: 90px;
	background: url(../../images/ico.png) no-repeat center center;
	display: block;
}
.submenu ul a {
	font-size: 19px;
	color: #3f3f3f;/*display: block;
	width: 100%;
	height: 100%;*/
}
.submenu ul a:hover, .submenu ul a.hover {
	background: url(../../images/ico_ho.png) no-repeat center center #02b292;
	transition:all 0.5s;
	color: #fff;
}
/*.submenu ul li:hover a,.submenu ul li.hover a{
	color: #fff;
}*/
.submenu ul a:nth-child(1) {
 background-position: 55px 40px;
}
.submenu ul a:nth-child(2) {
 background-position: -178px 40px;
}
.submenu ul a:nth-child(3) {
 background-position: -406px 40px;
}
.submenu ul a:nth-child(4) {
 background-position: -634px 40px;
}
 @media screen and (max-width: 768px) {
 .submenu {
 height: auto;
 line-height: 50px;
}
 .submenu ul a {
 width: 50%;
 padding-left: 55px;
}
 .submenu ul a:nth-child(1) {
 background-position: 20px 15px;
}
 .submenu ul a:nth-child(2) {
 background-position: -210px 14px;
}
 .submenu ul a:nth-child(3) {
 background-position: -439px 13px;
}
 .submenu ul a:nth-child(4) {
 background-position: -669px 12px;
}
 .submenu ul a {
 font-size: 16px;
}
}
.ab_con1 {
	margin-top: 100px;
}
.ab_con1_l {
}
.ab_con1_l em {
	display: block;
	font-size: 24px;
	color: #ececec;
	font-weight: bold;
}
.ab_con1_l span {
	display: block;
	font-size: 30px;
	color: #00b58f;
	font-weight: bold;
	margin-bottom: 35px;
}
.ab_con1_l p {
	font-size: 16px;
	color: #585657;
	line-height: 28px;
}
.ab_con1_l .shu {
	margin-top:60px;
}
.ab_con1_l .shu li {
	float: left;
	background: url(../../images/ab_li.png) no-repeat right center;
	font-size:15px;
	color: #585657;
	width: 30%;
	padding-left: 3%;
	text-align: center;
}
.ab_con1_l .shu li:last-child {
	background: none;
}
.ab_con1_l .shu li i {
	font-style: normal;
	font-family: 'Impact';
	color: #dfdfdf;
	font-size:80px;
	display: block;
}
.ab_con1_r {
	margin-top:90px;
}
@media screen and (max-width: 768px) {
 .ab_con1 {
 margin-top: 40px;
}
 .ab_con1_l .shu li i {
 font-size: 50px;
}
 .ab_con1_l .shu li {
 background:none;
}
 .ab_con1_r {
 margin-top:40px;
}
}
.ab_con2 {
	margin-top: 130px;
}
.ab_con2 ul li, .cul_con2 ul li {
	height: auto;
	overflow: hidden;
}
.ab_con2 ul li .spic, .cul_con2 ul li .spic {
	padding: 0;
}
.ab_con2 ul li .stxt, .cul_con2 ul li .stxt {
	margin-top:50px;
	padding:0;
}
.ab_con2 ul li .stxt em, .cul_con2 ul li .stxt em {
	display:block;
	font-size:28px;
	color:#4b4b4b;
	margin-left: 50px;
}
.ab_con2 ul li .stxt hr, .cul_con2 ul li .stxt hr {
	width: 40px;
	height: 2px;
	border:none;
	background: #2fb698;
	display: block;
	float: left;
	margin-left: 50px;
}
.ab_con2 ul li .stxt p, .cul_con2 ul li .stxt p {
	font-size:14px;
	color:#404040;
	line-height:26px;
	margin-top: 50px;
	float: none;
	padding:0;
	margin-left: 50px;
	width: 65%;
}
.ab_con2 ul li .stxt img, .cul_con2 ul li .stxt img {
	padding-left:40px;
}
.ab_con2 ul li:first-child+li .spic, .ab_con2 ul li:first-child+li+li+li .spic, .cul_con2 ul li:first-child+li .spic, .cul_con2 ul li:first-child+li+li+li .spic {
	float:right;
}
.ab_con2 ul li:first-child+li .stxt, .ab_con2 ul li:first-child+li+li+li .stxt, .ab_con2 ul li:first-child+li+li+li+li+li .stxt, .cul_con2 ul li:first-child+li .stxt, .cul_con2 ul li:first-child+li+li+li .stxt, .cul_con2 ul li:first-child+li+li+li+li+li .stxt {
	float:left;
}
@media screen and (max-width: 768px) {
 .ab_con2 ul li {
 margin-bottom: 30px;
}
 .ab_con2 ul li .stxt p {
 padding-right: 15px;
}
}
/*合作伙伴*/
.hz_con1 {
	margin-top:100px;
	background: url(../../images/hz_img1.png) no-repeat center top;
	text-align: center;
	padding-top:30px;
}
.hz_con1 em, .hz_con3_t em {
	display: block;
	font-size:36px;
	color: #010101;
}
.hz_con1 p {
	font-size:22px;
	color: #010101;
	margin-top:10px;
}
.hz_con1 hr, .hz_con3_t hr {
	width: 40px;
	height: 2px;
	border:none;
	background: #02b292;
	display: block;
	margin-top: 30px;
}
.hz_con1 span {
	display: block;
	font-size:16px;
	color: #010101;
	line-height: 34px;
}
.hz_con2, .hz_con3 {
	margin-top:80px;
}
.hz_con3 {
	margin-bottom: 50px;
	height: auto;
	overflow: hidden;
}
.hz_con3_t {
	text-align: center;
}
.hz_con3_u {
	margin-top: 100px;
}
.hz_con3_u ul li {
	position: relative;
	background: #02b292;
	max-height: 290px;
	padding-bottom: 50px;
	margin:0 11px;
}
.hz_con3_u ul li .pic {
	position: absolute;
	top: -50px;
	left: 24%;
	width: 200px;
	height: 104px;
	background: #ececec;
}
.hz_con3_u ul li .txt {
	margin-top: 30px;
	text-align: center;
}
.hz_con3_u ul li .txt em {
	font-size: 23px;
	color: #ffffff;
	display: block;
	margin-top:80px;
}
.hz_con3_u ul li .txt hr {
	display: block;
	background: #ffffff;
	width: 36px;
	height: 1px;
	border: none;
}
.hz_con3_u ul li .txt p {
	font-size: 15px;
	color: #ffffff;
	line-height: 24px;
}
.hz_con3_u .col-md-4 {
	width: 31.333333%;
}
 @media screen and (max-width: 768px) {
 .hz_con3_u .col-md-4 {
 width: auto;
}
 .hz_con3_u ul li {
 margin-bottom: 90px;
}
}
/*企业文化*/
#cul_con2 {
	background: url(../../images/cu_bg1.jpg) no-repeat center top;
	padding:85px 0;
	border-top: 1px solid #898989;
	margin-top: 80px;
}
.cul_con2 {
	margin-top: 40px;
	background: #ffffff;
	height: auto;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
 .cul_con2 ul li .stxt em, .cul_con2 ul li .stxt p, .cul_con2 ul li .stxt hr {
 margin-left: 10px;
}
}
/*荣誉资质*/
.ry_con3 {
	margin-top: 60px;
	margin-bottom: 50px;
}
/*典型案例*/
.al_con1 {
	background: url(../../images/se_bg1.png) no-repeat center top;
}
.al_menu {
	margin-top:70px;
	text-align: center;
}
.al_menu ul {
	display: inline-block;
}
.al_menu ul a {
	text-align: center;
	display: block;
	border-radius:30px;
	background: #f6f6f6;
	padding:10px 30px;
	float: left;
	font-size: 20px;
	color: #7b7b7b;
	margin:7px 15px;
}
.al_menu ul a:hover, .al_menu ul a.hover {
	background: #02b292;
	color: #fff;
}
.al_con1, .al_con2 {
	margin-top: 50px;
}
.al_con1 ul {
	height: auto;
	overflow: hidden;
}
.al_con1 ul li {
	margin-bottom: 30px;
	position: relative;
	padding: 0;
}
.al_con1 ul li p {
	font-size: 30px;
	color: #ffffff;
	text-align: right;
	padding:10px 30px 10px 0;
	background: #02b292;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
@media screen and (max-width: 768px) {
 .al_con1 ul li p {
 font-size: 20px;
}
}
.al_con2 {
	text-align: center;
	height: auto;
	overflow:hidden;
	margin-bottom: 50px;
}
/*.al_con2 ul{
	display:inline-block;
}*/
.al_con2 ul li {
	text-align: left;
	height: 65px;
	line-height:65px;
	background: url(../../images/zl_img1.png) no-repeat 94% center;
	-moz-box-shadow:0px 0px 10px #f3f3f3;
	-webkit-box-shadow:0px 0px 10px #f3f3f3;
	box-shadow:0px 0px 10px #f3f3f3;
	border-radius:15px;
	margin: 15px;
	padding: 0 15px;
	float: left;
	width: 45%;
}
.al_con2 ul li a {
	color: #6e6d6d;
	font-size: 22px;
}
@media screen and (max-width: 768px) {
 .al_con2 ul li {
 width: 100%;
 margin:15px 0;
}
}
/*技术支持*/
#js_con1 {
	background: #f0f0f0;
	padding-top: 100px;
	padding-bottom: 250px;
}
.js_con1_u {
	margin-top:50px;
}
.js_con1_u ul li {
	background: #fff;
	margin:0 15px;
	padding-bottom: 50px;
}
.js_con1_u ul li i {
	display:block;
	width: 68px;
	height: 68px;
	background: url(../../images/js_ico.png) no-repeat;
	margin:79px auto 0 auto;
}
.js_con1_u ul li em {
	display: block;
	font-size: 24px;
	color: #000000;
	text-align: center;
	margin-top: 20px;
}
.js_con1_u ul li hr {
	width: 50px;
	height: 3px;
	border: none;
	background: #000000;
	display: block;
}
.js_con1_u ul li p {
	font-size: 15px;
	color: #000000;
	margin-top:30px;
	line-height: 30px;
	padding: 0 30px;
	height: 210px;
}
.js_con1_u .col-md-4 {
	width: 30.333333%;
}
.js_con1_u ul li:hover {
	background: #02b292;
}
.js_con1_u ul li:hover i {
	background: url(../../images/js_ico_ho.png) no-repeat;
}
.js_con1_u ul li:hover em, .js_con1_u ul li:hover p {
	color: #fff;
}
.js_con1_u ul li:hover hr {
	background: #fff;
}
@media screen and (max-width: 768px) {
 .js_con1_u .col-md-4 {
 width: auto;
}
 .js_con1_u ul li {
 margin-bottom: 30px;
}
}
/*新闻资讯*/
.xw_con1 {
	background: url(../../images/xw_img2.png) no-repeat center top;
}
.xw_con2 {
	margin-bottom: 50px;
}
.xw_con2 ul li .spic img {
	height: 350px;
}
.xw_con2 ul li .stxt span {
	font-size: 12px;
	color: #545252;
	margin-left: 50px;
}
.xw_con2 ul li .stxt em {
	font-size: 21px;
	color: #545252;
	margin-top:10px;
}
.xw_con2 ul li .stxt p {
	margin-top: 15px;
}
.xw_con2 ul li .stxt a {
	display: block;
	margin-top:25px;
}
.ab_con2 ul li:first-child+li .spic, .ab_con2 ul li:first-child+li+li+li .spic, .ab_con2 ul li:first-child+li+li+li+li+li .spic, .cul_con2 ul li:first-child+li .spic, .cul_con2 ul li:first-child+li+li+li .spic, .xw_con2 ul li:first-child+li+li+li+li+li .spic {
	float:right;
}
.ab_con2 ul li:first-child+li .stxt, .ab_con2 ul li:first-child+li+li+li .stxt, .ab_con2 ul li:first-child+li+li+li+li+li .stxt, .ab_con2 ul li:first-child+li+li+li+li+li+li+li .stxt, .cul_con2 ul li:first-child+li .stxt, .cul_con2 ul li:first-child+li+li+li .stxt, .cul_con2 ul li:first-child+li+li+li+li+li .stxt, .xw_con2 ul li:first-child+li+li+li+li+li+li+li .stxt {
	float:left;
}
@media screen and (max-width: 768px) {
 .xw_con2 ul li .stxt, .xw_con2 ul li .spic {
 float: none;
}
}
/*在线招聘*/
#zp_big {
	background: #f7f7f7;
	padding-bottom: 200px;
	height: auto;
	overflow: hidden;
}
.zp_con1 {
	background: url(../../images/zp_img1.png) no-repeat center top;
}
.zp_con1_u {
	margin-top:40px;
}
.zp_con1_u ul li {
	background: #fff;
	padding:0 30px;
	margin:0 20px;
	-moz-box-shadow:0px 3px 10px #eeeeee;
	-webkit-box-shadow:0px 3px 10px #eeeeee;
	box-shadow:0px 3px 10px #eeeeee;
	margin-bottom: 30px;
}
.zp_con1_u ul li em {
	display: block;
	font-size: 20px;
	color: #373737;
	margin-top: 30px;
}
.zp_con1_u ul li p {
	display: block;
	font-size: 15px;
	color: #7e7e7e;
	margin-top: 15px;
	line-height: 26px;
}
.zp_con1_u ul li span {
	display: block;
	font-size: 18px;
	color: #373737;
	margin-top: 15px;
	font-style: normal;
	border-top: 2px solid #f1f1f1;
	padding-top: 35px;
}
.zp_con1_u ul li i {
	display: block;
	font-size: 14px;
	color: #373737;
	margin-top: 20px;
	font-style: normal;
}
.zp_con1_u ul li a {
	display: block;
	margin-top: 40px;
	margin-bottom: 40px;
}
.zp_con1_u .col-md-4 {
	width: 29.333333%;
}
@media screen and (max-width: 768px) {
 .zp_con1_u .col-md-4 {
 width: auto;
}
}
/*人才理念*/
.rc_con1 {
	font-size: 16px;
	color: #010101;
	line-height: 36px;
	text-align: center;
	width: 80%;
	margin:80px auto 0 auto
}
#rc_con2 {
	background: url(../../images/rc_img4.png) repeat-x top;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.rc_con2 {
	padding-top: 50px;
}
.rc_con2_t {
	text-align: center;
	font-size: 32px;
	color: #ffffff
}
.rc_con2_t hr {
	display: block;
	width: 28px;
	background: #fff;
	height: 1px;
	border: none;
}
.rc_con2_u {
	margin-top: 40px;
}
.rc_con2_u ul li {
	background: #f6f6f6;
	padding:0;
	margin:0 20px;
	margin-bottom: 30px;
	text-align: center;
}
.rc_con2_u ul li em {
	font-size: 26px;
	color: #000000;
	display: block;
	margin-top: 40px;
}
.rc_con2_u ul li hr {
	display: block;
	width: 28px;
	background: #7f7c7c;
	height: 1px;
	border: none;
}
.rc_con2_u ul li p {
	font-size: 14px;
	color: #7f7c7c;
	width: 80%;
	line-height: 23px;
	margin: 40px auto;
}
.rc_con2_u .col-md-4 {
	width: 29.333333%;
}
.rc_con3 {
	text-align: center;
	background: #f7f7f7;
	margin-top: 80px;
	padding-bottom: 90px;
	padding-top: 40px;
}
.rc_con3 img {
	margin:0 auto;
}
@media screen and (max-width: 768px) {
 .rc_con2_u .col-md-4 {
 width: auto;
}
}
/*产品中心*/
#pr_big {
	background: #f3f3f3;
	padding:120px 0;
}
.pr_con1 {
	text-align: center;
}
.pr_con1 img {
	margin:0 auto;
}
.pr_con3 {
	margin-top: 40px;
}
.show_t {
	text-align:center;
	border-bottom:#CCC 1px solid;
	margin-top: 60px;
}
.show_t h1 {
	font-size: 25px;
	color: #333;
	font-weight:normal;
}
.show_t p {
	font-size: 13px;
	color: #adadad;
	font-weight:normal;
	margin: 20px 0;
}
.show_c {
	padding:20px 15px;
	color:#464646;
	border-bottom:#CCC 1px solid;
	line-height:2em;
	font-size:14px;
}
.show_c h2,.show_c h3,.show_c h4{ line-height:2em; background-color:#eee; text-indent:1em;}
.show_c img {
	max-width:1100px;
	padding:10px 15px 10px 15px;
}
.show_u {
	text-align:left;
	padding:10px 15px 10px 0px;
}
.show_u ul li {
	list-style:none;
	text-decoration:none;
	color:#464646;
	height:30px;
	line-height:30px;
	margin:0px 20px 0px 20px;
	font-size:14px;
}
.show_u ul li a {
	color:#464646;
	font-size:14px;
}
.show_u ul li a:hover {
	text-decoration:underline;
	color:#464646;
}
.page_conru {
	color:#464646;
	padding:35px 15px 40px 15px;
	font-size:14px;
	line-height:28px;
}
/*.page_conru img{
	width:100%;
}*/

/*分页*/
.fenye {
	text-align: center;
	margin: 20px 0 30px;
}
.fenye ul {
	height: auto;
	overflow: hidden;
}
.fenye span, .fenye a {
	display: inline-block;
	padding: 0 9px;
	margin: 5px 2px;
	background: #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color:#000;
}
.fenye span.current {
	background: #02b292;
	color: #fff;
}
.fenye a:hover {
	background: #02b292;
	color: #fff;
}
.sld {
	height:auto;
	overflow:hidden;
}
.sld .hd, .sld .hd1 {
	background:url(../../images/new_prhx.png) no-repeat center;
	height:28px;
	line-height:28px;
	position:relative;
	text-align:center;
	margin-top:50px;
}
.sld .hd ul, .sld .hd1 ul {
	display: inline-block;
}
.sld .hd ul li, .sld .hd1 ul li {
	float: left;
	margin:0 12px;
}
.sld .hd ul li a, .sld .hd1 ul li a {
	display: block;
	height: 28px;
	padding:0 12px;
	font-size:17px;
	color:#3a3a3a;
	text-align:center;
	border:1px solid #dcdcdc;
	border-radius:20px;
	background:#fff;
}
.sld .hd ul li.on {
	background:url(../images/xx.png) no-repeat left;
}
.sld .hd ul li.on a, .sld .hd1 ul li a.hover, .sld .hd1 ul li a:hover {
	height:28px;
	font-size: 17px;
	color:#ffff;
	background:#24a83d;
	border:1px solid #24a83d;
}
.sld .hd span, .sld .hd1 span {
	display: block;
}
.sld .bd {
	overflow: hidden;
	width:1200px;
	margin:0 auto;
}
.sld .bdst {
	margin:0 0px 0px 0px;
}
.sld .bdst .bds {
	padding-top: 0;
}
.sld .bdst .bds ul li {
	float:left;
	height:380px;
	overflow:hidden;
	background:#fff;
	padding:30px;
	margin:0 5px 30px 5px;
	width:32%;
}
@media screen and (max-width:768px) {
 #pr_big {
 padding-top: 60px;
}
 .sld .bdst .bds ul li {
 float:none;
 margin:0 0 30px 0;
 width: 100%;
}
 .sld .bd {
 width: auto;
}
 .sld .hd ul li {
 margin:0 12px 15px 12px;
}
 .show_c img {
 display: block;
 max-width: 100%;
 height: auto;
 margin: 0 auto;
 padding:0;
}
}
.btn01 {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3)
}
.btn01 .im {
	display:block;
	text-align:center;
	padding-top:20px;
	border-top:1px solid #e2e2e2;
	margin-top:25px;
}
.btn01 .im span {
	font-size:19px;
	color:#313131;
}
.btn01 img {
	position: relative;
	width: 100%;
	top: 0;
	left: 0
}
.btn01 .ovrly {
	background:#009b7f;
	height: 100%;
	left: 0;
	top: -100%;
	width: 100%;
	position: absolute;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
	opacity:0.8;
}
.btn01 .buttons {
	position: absolute;
	top: -100%;
	left: 50%;
 -webkit-transition: all .5s;
 -moz-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.btn01 .buttons .fa {
	margin: 0 1px;
	color:#f4f4f4;
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	width: 150px;
	height: 40px
}
.btn01:hover .buttons {
	top: 50%
}
.btn01:hover .ovrly {
	top: 0
}
.btn01:hover .im {
	border-top:none;
}
.btn01:hover .im span {
	color:#fff;
}
.btn01 .buttons .tx1 {
	color:#f4f4f4;
	font-size:25px;
}
.btn01 .buttons .tx2 {
	font-size:15px;
	color:#ffffff;
	margin-top:25px;
	line-height:25px;
}
.cp_imgarc {
	margin-top: 80px;
	height: auto;
	overflow: hidden;
	margin-bottom: 80px;
}
.cp_imgarc_l {
	float: left;
}
.cp_imgarc_r {
	margin-top: 50px;
	float:right;
	width: 40%;
}
.cp_imgarc_r em {
	display: block;
	font-size: 32px;
	color: #333333
}
.cp_imgarc_r p {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	margin-top: 25px;
	max-height:195px;
}
.cp_imgarc_r span {
	display: inline-block;
	width: 134px;
	height: 48px;
	background: #009b7f;
	border: 1px solid #009b7f;
	border-radius: 5px;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	transition: all 0.6s;
	margin-top:40px;
	color: #fff;
	font-weight:bold;
}
@media screen and (max-width:768px) {
 .cp_imgarc_r {
 width: 100%;
 float: none;
}
}

.hotcp {
    margin-top: 20px;
}
.hotcp ul {
    border-top: 1px dashed #ddd;
    padding-top: 20px;
}
.hotcp li {
    float: left;
    line-height: 40px;
    margin-left: 12px;
    text-align: center;
}
.hotcp li:first-child {
    margin: 0;
}
.hotcp li img {
    width: 223px;
    height: 165px;
}
.hotcp li:hover img{
	opacity: 0.8;
}
.hotcp_top {
    background: #009b7f;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
    width: 100px;
}
.hotnews {
    margin-bottom: 30px;
    margin-top: 20px;
}
.hotnews_top {
    border-bottom: 1px solid #ddd;
    color: #009b7f;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
}
.hotnews ul{
	margin-left: -55px;
}
.hotnews li {
    border-bottom: 1px dotted #ddd;
    float: left;
    line-height: 40px;
    margin-left: 55px;
    width: 250px;
}
.hotnews li a {
    color: #2e2e2e;
}
.hotnews li span {
    color: #999;
    float: right;
    font-size: 13px;
}
.hotnews li a:hover{
	color: #009b7f;
}
.hotlabel{
	margin-top: 30px;
}
.hotlabel p{
	color: #009b7f;
}
.hotlabel a{
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
	background: #009b7f;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}
.clear{clear:both} 
#dqwz{
    height:40px;
    line-height:40px;
	width:1120px; 
	margin: 0 auto;
}
.dqwz{
    color: #2f2f2f;
    background:url(../../images/home.png) no-repeat left;
    padding-left:20px;
}